Systemd: changed value of kernel.yama.ptrace_scope to 0#111
Closed
Jkintalix wants to merge 1 commit intoopen-edge-platform:3.0-devfrom
Closed
Systemd: changed value of kernel.yama.ptrace_scope to 0#111Jkintalix wants to merge 1 commit intoopen-edge-platform:3.0-devfrom
Jkintalix wants to merge 1 commit intoopen-edge-platform:3.0-devfrom
Conversation
d506697 to
0fef9ea
Compare
- Updated 99-yama-ptrace.conf to set kernel.yama.ptrace_scope = 0
- Updated systemd.signatures.json with new hash for the .conf file
- Added the changelog entry and bumped release in systemd.spec
- This setting disables ptrace restrictions. Any process can trace any other.
Useful for development and debugging. Use 'sysctl kernel.yama.ptrace_scope'
to check the current setting
Signed-off-by: kinatli jayanth <jayanthx.kintali@intel.com>
Contributor
|
This is changing the default behavior for all. i don't think this would be ideal to be default. |
ssinghax
pushed a commit
to ssinghax/edge-microvisor-toolkit
that referenced
this pull request
Feb 6, 2026
Signed-off-by: Rajeev Ranjan <rajeev2.ranjan@intel.com> Reviewed-by: Aaron Chan <aaron.chun.yew.chan@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Checklist
All boxes should be checked before merging the PR
Description
updated the value kernel.yama.ptrace_scope to zero to disable to any ptrace restrictions.
Any Newly Introduced Dependencies
No
How Has This Been Tested?
First systemd rpm has built with modified systemd spec file.
With above systemd binaries, created iso and installed on system. verified as below.